updates theming
This commit is contained in:
parent
9fa1cbf055
commit
45ed668f93
9 changed files with 102 additions and 295 deletions
|
|
@ -1,4 +1,7 @@
|
|||
@import "../../../.cache/wal/colors.scss";
|
||||
|
||||
$walForeground: $foreground;
|
||||
$walBackground: $background;
|
||||
|
||||
$background: rgba(30, 30, 30, 0.5);
|
||||
$foreground: #ffffff;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
$border-radius: 15px;
|
||||
$border-color: $foreground;
|
||||
$border-radius: 13px;
|
||||
$border-color: rgba(white, 0.2);
|
||||
|
||||
$input-padding: 8px 15px;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue