mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
update notification style to use piskel theme colors
This commit is contained in:
parent
9518d570e6
commit
98527c6ded
@ -6,12 +6,12 @@
|
|||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
|
|
||||||
border-top-left-radius: 7px;
|
border-top-left-radius: 7px;
|
||||||
border: #F0C36D 1px solid;
|
border: #e1a325 2px solid;
|
||||||
border-right: 0;
|
border-right: 0;
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
|
|
||||||
color: #222;
|
color: #222;
|
||||||
background-color: #F9EDBE;
|
background-color: var(--highlight-color);
|
||||||
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
@ -24,8 +24,6 @@
|
|||||||
top: 6px;
|
top: 6px;
|
||||||
right: 17px;
|
right: 17px;
|
||||||
|
|
||||||
color: gray;
|
|
||||||
|
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user