about summary refs log tree commit diff stats
path: root/src/pages/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/stylesheets')
-rw-r--r--src/pages/stylesheets/styles.css6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css
index c1c2a53f..4421aa83 100644
--- a/src/pages/stylesheets/styles.css
+++ b/src/pages/stylesheets/styles.css
@@ -278,15 +278,9 @@ div.buttons-popup {
 }
 
 .button {
-  display: flex;
-  text-align: center;
-  justify-content: space-between;
-  align-items: center;
   color: var(--text);
   font-size: 16px;
   font-weight: bold;
-  margin: 0;
-  padding: 5px 5px;
   text-decoration: none;
   cursor: pointer;
   transition-duration: 0.1s;