summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/style.css b/static/style.css
index 46d10de..2ebe2dd 100644
--- a/static/style.css
+++ b/static/style.css
@@ -84,15 +84,15 @@ details[open] > summary:before {
84 position:absolute; 84 position:absolute;
85 right: 10px; 85 right: 10px;
86 bottom: 10px; 86 bottom: 10px;
87 border-radius: 45%; 87 border-radius: 50%;
88 border: none; 88 border: none;
89 padding: 6px; 89 padding: 6px;
90 display: flex; 90 display: flex;
91 align-items: center; 91 align-items: center;
92 justify-content: center; 92 justify-content: center;
93 background-color: #A6C8F1; 93 background-color: #A6C8F1;
94 max-height: 10px; 94 width: 10px;
95 max-width: 10px; 95 height: 10px;
96 font-size: 10px; 96 font-size: 10px;
97 color: #FFFFFF; 97 color: #FFFFFF;
98} 98}