diff --git a/files/assets/css/4chan.css b/files/assets/css/4chan.css index 58b8b4cf1..f496af004 100644 --- a/files/assets/css/4chan.css +++ b/files/assets/css/4chan.css @@ -143,4 +143,8 @@ blockquote a { .user-name span { color: #117743 !important; +} + +.comment-anchor:target, .unread2 { + background: #ffffff88 !important; } \ No newline at end of file diff --git a/files/assets/css/classic.css b/files/assets/css/classic.css index 22c4d9fc1..bbe665c65 100644 --- a/files/assets/css/classic.css +++ b/files/assets/css/classic.css @@ -507,15 +507,14 @@ a.nav-link:hover { } .comment-anchor:target, .unread2 { - background: rgba(136,136,136,0.2) !important; + background: #88888833 !important; padding: 12px; } -/*chat*/ #chat-window { background-color: white !important; } .chat-message { color: var(--black2) !important; -} +} \ No newline at end of file diff --git a/files/assets/css/coffee.css b/files/assets/css/coffee.css index 5e312df79..d4da7152c 100644 --- a/files/assets/css/coffee.css +++ b/files/assets/css/coffee.css @@ -95,4 +95,8 @@ blockquote { #profilestuff > * { color: #cfcfcf !important; +} + +.comment-anchor:target, .unread2 { + background: #ffffff88 !important; } \ No newline at end of file diff --git a/files/assets/css/light.css b/files/assets/css/light.css index 76123a232..f3904bbb0 100644 --- a/files/assets/css/light.css +++ b/files/assets/css/light.css @@ -77,4 +77,8 @@ blockquote { #profilestuff > * { color: var(--gray-400) !important; +} + +.comment-anchor:target, .unread2 { + background: #00000055 !important; } \ No newline at end of file diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 0b6bde4e1..687d93e2b 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -4810,7 +4810,7 @@ html { display: block; } .comment-anchor:target, .unread2 { - background: rgba(255,255,255,0.2) !important; + background: #ffffff33 !important; padding: 12px; } diff --git a/files/assets/css/win98.css b/files/assets/css/win98.css index 3b3ee2dc3..a2f987d10 100644 --- a/files/assets/css/win98.css +++ b/files/assets/css/win98.css @@ -157,4 +157,8 @@ blockquote { #profilestuff > * { color: #cfcfcf !important; +} + +.comment-anchor:target, .unread2 { + background: #ffffffaa !important; } \ No newline at end of file diff --git a/files/templates/authforms.html b/files/templates/authforms.html index 4cdfa2bf1..0adb85eb4 100644 --- a/files/templates/authforms.html +++ b/files/templates/authforms.html @@ -15,7 +15,7 @@ {% if v %} - + {% if v.agendaposter %} - + {% endif %} diff --git a/files/templates/chat.html b/files/templates/chat.html index 9956ccf82..a3b8580b0 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -14,8 +14,8 @@