diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 20 |
1 files changed, 17 insertions, 3 deletions
@@ -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; } |