aboutsummaryrefslogtreecommitdiffhomepage
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css20
1 files changed, 17 insertions, 3 deletions
diff --git a/style.css b/style.css
index 48aa4b0..59f1e2a 100644
--- a/style.css
+++ b/style.css
@@ -78,8 +78,6 @@ a {
background-color: transparent;
color: var(--url-color);
text-decoration: underline;
- text-decoration-skip: ink;
- -webkit-text-decoration-skip: objects;
}
a:focus, a:hover {
@@ -116,11 +114,27 @@ button, code, input, textarea {
margin: 0;
}
-.switch {
+#settings, #back {
display: inline-flex;
+ fill: var(--text-color);
float: right;
height: 34px;
position: relative;
+ width: 34px;
+}
+
+.options {
+ margin: 0;
+}
+
+.hidden {
+ display: none;
+}
+
+.switch {
+ float: left;
+ height: 34px;
+ position: relative;
width: 60px;
}