From 8dc67aaa1633383b2bb866abc8e39f8b6157c0d3 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Mon, 15 May 2023 12:11:34 -0400 Subject: Revert "css tweaks; to be reverted" This reverts commit 84df2273ebc63703c494b681a941d7984cace42b. --- makefile | 10 +++------- style.css | 16 +++------------- 2 files changed, 6 insertions(+), 20 deletions(-) diff --git a/makefile b/makefile index f4b4c4c..43f8eb5 100644 --- a/makefile +++ b/makefile @@ -6,19 +6,15 @@ # make uninstall ## C compiler -CC=gcc# gcc: more options. Also I don't know whether tcc has error messages/debug options. -# CC=tcc # tcc: much faster, may not work with some options. -## CC=clang # tcc: much faster, may not work with some options. - -## Compiler flags -DEBUG= #'-g' -# MULTICORE=-j 4# +CC=gcc # gcc: more options. Also I don't know whether tcc has error messages/debug options. +## CC=tcc # tcc: much faster ## Main file SRC=rose.c ## Dependencies DEPS='webkit2gtk-4.0' +DEBUG= #'-g' INCS=`pkg-config --cflags ${DEPS}` LIBS=`pkg-config --libs ${DEPS}` diff --git a/style.css b/style.css index 5535c4e..64333b5 100644 --- a/style.css +++ b/style.css @@ -1,22 +1,18 @@ -/* @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; + * { - /* */ padding: 0px; margin: 0px; outline-color: @Lavender; - /* color: @Text; */ - color: black; + color: @Text; border-color: white; font-size: 25px; /*@Base; */ - /* background: @Base !important; */ /* border-bottom-color: @Base; */ } @@ -72,9 +68,3 @@ entry:focus { padding-left: 10px; } - -GtkPopover * { - color: black; -} - - -- cgit v1.2.3