aboutsummaryrefslogtreecommitdiffhomepage
path: root/style.css
diff options
context:
space:
mode:
authorMango0x45 <thomasvoss@live.com> 2021-05-14 13:39:56 +0200
committerMango0x45 <thomasvoss@live.com> 2021-05-14 13:39:56 +0200
commit9a545eb6633b293822771f6ae5c6530780513142 (patch)
treef674ca55ea8499950455fc5c981347846acd73e1 /style.css
parent3ae7d94e4b851b41c89f0e08932d62352e06bedc (diff)
Add a settings page and make Jerrin happy
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;
}