mirror of
https://github.com/plebbit/seedit.git
synced 2026-06-12 01:56:10 -04:00
style(post tools): add dark color to pending label
This commit is contained in:
@@ -49,8 +49,8 @@
|
||||
}
|
||||
|
||||
.stampPending {
|
||||
color: gold;
|
||||
border-color: gold;
|
||||
color: var(--label-pending);
|
||||
border-color: var(--label-pending);
|
||||
}
|
||||
|
||||
.buttonsReply {
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
--play-button-hover: url("/public/assets/buttons/play-button-hover.png");
|
||||
--close-button: url("/public/assets/buttons/close-button.png");
|
||||
--close-button-hover: url("/public/assets/buttons/close-button-hover.png");
|
||||
--label-pending: goldenrod;
|
||||
}
|
||||
|
||||
:root .dark {
|
||||
@@ -48,4 +49,5 @@
|
||||
--play-button-hover: url("/public/assets/buttons/play-button-hover.png");
|
||||
--close-button: url("/public/assets/buttons/close-button-dark.png");
|
||||
--close-button-hover: url("/public/assets/buttons/close-button-hover.png");
|
||||
--label-pending: gold;
|
||||
}
|
||||
Reference in New Issue
Block a user