Minor cleanup in css.

This commit is contained in:
Tom Alexander 2022-11-25 16:07:35 -05:00
parent a702833aa4
commit d46e89336a
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -3,6 +3,15 @@
all: unset; all: unset;
} }
/* Reset all styles */
* {
border: none;
border-radius: 0;
min-height: 0;
margin: 0;
padding: 0;
}
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* Keyframes * Keyframes
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
@ -34,14 +43,6 @@
* Base styles * Base styles
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
/* Reset all styles */
* {
border: none;
border-radius: 0;
min-height: 0;
margin: 0;
padding: 0;
}
/* The whole bar */ /* The whole bar */
#waybar { #waybar {