mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Dark notices in dark mode
This commit is contained in:
parent
50a99e6451
commit
816dbbdd6b
1 changed files with 25 additions and 1 deletions
|
@ -127,3 +127,27 @@ body.dark-mode .warning {
|
|||
body.dark-mode .success {
|
||||
background-color: #6a7964;
|
||||
}
|
||||
|
||||
.notices.yellow {
|
||||
border-left-color: rgb(147, 91, 12);
|
||||
background-color: rgb(49, 34, 11);
|
||||
color: rgb(238, 160, 52);
|
||||
}
|
||||
|
||||
.notices.red {
|
||||
border-left-color: rgb(137, 33, 30);
|
||||
background-color: rgb(46, 11, 11);
|
||||
color: rgb(219, 90, 86);
|
||||
}
|
||||
|
||||
.notices.note {
|
||||
border-left-color: rgb(27, 110, 134);
|
||||
background-color: rgb(19, 34, 42);
|
||||
color: rgb(75, 185, 218);
|
||||
}
|
||||
|
||||
.notices.green {
|
||||
border-left-color: rgb(52, 120, 52);
|
||||
background-color: rgb(25, 44, 19);
|
||||
color: rgb(122, 197, 122);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue