aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2023-05-15 12:11:21 -0400
committerNunoSempere <nuno.sempere@protonmail.com>2023-05-15 12:11:21 -0400
commit84df2273ebc63703c494b681a941d7984cace42b (patch)
tree2bf5c72105153ee2af50e0b13b7906fd7a730c80 /style.css
parent6ef555fc446562a3c314eb8bae26b0457d7b7e38 (diff)
css tweaks; to be reverted
Diffstat (limited to 'style.css')
-rw-r--r--style.css16
1 files changed, 13 insertions, 3 deletions
diff --git a/style.css b/style.css
index 64333b5..5535c4e 100644
--- a/style.css
+++ b/style.css
@@ -1,18 +1,22 @@
+/*
@define-color Surface0 #313244;
@define-color Surface1 #45475a;
@define-color Base #1e1e2e;
@define-color Mantle #181825;
@define-color Lavender #b4befe;
-@define-color Text #cdd6f4;
-
+@define-color Text #cdd6f4;
+*/
* {
+ /* <https://github.com/bsundman/Yosembiance/blob/master/Yosembiance-Kraken-Blue/gtk-3.0/gtk-widgets.css~> */
padding: 0px;
margin: 0px;
outline-color: @Lavender;
- color: @Text;
+ /* color: @Text; */
+ color: black;
border-color: white;
font-size: 25px;
/*@Base; */
+ /* background: @Base !important; */
/* border-bottom-color: @Base; */
}
@@ -68,3 +72,9 @@ entry:focus {
padding-left: 10px;
}
+
+GtkPopover * {
+ color: black;
+}
+
+