diff options
Diffstat (limited to 'public/style.css')
-rw-r--r-- | public/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/style.css b/public/style.css index caa2feb..7928f86 100644 --- a/public/style.css +++ b/public/style.css @@ -21,7 +21,6 @@ html { --color-table-active: hsla(55, 100%, 50%, 0.15); --color-table-invite: hsla(120, 100%, 50%, 0.15); - --color-table-danger: hsla(350, 100%, 50%, 0.15); } /* light gray */ @@ -141,6 +140,8 @@ h1 { margin: 16px 0 16px -1px; font-size: 24px; } h2 { margin: 16px 0 16px -1px; font-size: 20px; } h3 { margin: 16px 0 8px -1px; font-size: 16px; } +h1 .icon { font-weight: normal; } + html { overflow-y: scroll; } |