mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
feat(post): enable highlighting an already highlighted post by using a different color
This commit is contained in:
+12
-1
@@ -71,6 +71,10 @@ hr {
|
||||
.highlight {
|
||||
background: var(--reply-highlight-background-color) !important;
|
||||
}
|
||||
|
||||
.double-highlight {
|
||||
background: var(--reply-double-highlight-background-color) !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 640px) {
|
||||
@@ -92,4 +96,11 @@ hr {
|
||||
border-left: var(--reply-highlight-border-left, revert) !important;
|
||||
border-top: var(--reply-highlight-border-top, revert) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.double-highlight {
|
||||
background: var(--reply-double-highlight-background-color) !important;
|
||||
border: var(--reply-double-highlight-border) !important;
|
||||
border-left: var(--reply-double-highlight-border-left, revert) !important;
|
||||
border-top: var(--reply-double-highlight-border-top, revert) !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user