💄 chore(pages): add .selected css class for highlighting page-buttons, improvements
This commit is contained in:
@@ -89,10 +89,6 @@
|
||||
& label.sub-header {
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
& button.default {
|
||||
background: colors.$bg-tertiary;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -128,6 +124,10 @@
|
||||
padding: 6px;
|
||||
border-radius: 12px;
|
||||
|
||||
&.selected {
|
||||
background: colors.$bg-tertiary;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: rgba(colors.$fg-primary, .1);
|
||||
}
|
||||
@@ -260,12 +260,6 @@
|
||||
|
||||
.tile-pages #page {
|
||||
margin-top: 10px;
|
||||
|
||||
&.bluetooth {
|
||||
button.connected {
|
||||
background: colors.$bg-tertiary;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
box.notif-history {
|
||||
|
||||
+20
-20
@@ -1,26 +1,26 @@
|
||||
// SCSS Variables
|
||||
// Generated by 'wal'
|
||||
$wallpaper: "/home/joaov/wallpapers/Frieren Underwater.jpg";
|
||||
$wallpaper: "/home/joaov/wallpapers/Frieren Rain.jpg";
|
||||
|
||||
// Special
|
||||
$background: #0a1d30;
|
||||
$foreground: #c1c6cb;
|
||||
$cursor: #c1c6cb;
|
||||
$background: #25301c;
|
||||
$foreground: #c8cbc6;
|
||||
$cursor: #c8cbc6;
|
||||
|
||||
// Colors
|
||||
$color0: #0a1d30;
|
||||
$color1: #0e7ea2;
|
||||
$color2: #3a829e;
|
||||
$color3: #1f96b0;
|
||||
$color4: #717880;
|
||||
$color5: #9c8a87;
|
||||
$color6: #758899;
|
||||
$color7: #93989d;
|
||||
$color8: #606b76;
|
||||
$color9: #13A9D8;
|
||||
$color10: #4EAED3;
|
||||
$color11: #2AC9EB;
|
||||
$color12: #97A0AB;
|
||||
$color13: #D1B8B5;
|
||||
$color14: #9CB6CD;
|
||||
$color15: #c1c6cb;
|
||||
$color0: #25301c;
|
||||
$color1: #6c8251;
|
||||
$color2: #7c9357;
|
||||
$color3: #78846e;
|
||||
$color4: #948a88;
|
||||
$color5: #899869;
|
||||
$color6: #98a27b;
|
||||
$color7: #9ba197;
|
||||
$color8: #707c66;
|
||||
$color9: #91AE6D;
|
||||
$color10: #A6C574;
|
||||
$color11: #A0B093;
|
||||
$color12: #C6B9B6;
|
||||
$color13: #B7CB8D;
|
||||
$color14: #CBD9A4;
|
||||
$color15: #c8cbc6;
|
||||
|
||||
Reference in New Issue
Block a user