Fix Pywal style import path
Changed @import path from relative '../colors.css' to absolute path '/home/nicholai/.config/waybar/colors.css' to fix symlink resolution issue when style.css symlinks to style/[Pywal] Minimal.css
This commit is contained in:
parent
0cf29b9f65
commit
daa228b9e2
@ -1,7 +1,7 @@
|
|||||||
/* ---- 💫 Pywal Minimal Style 💫 ---- */
|
/* ---- 💫 Pywal Minimal Style 💫 ---- */
|
||||||
/* Integrates Pywal colors with minimal aesthetic */
|
/* Integrates Pywal colors with minimal aesthetic */
|
||||||
|
|
||||||
@import '../colors.css';
|
@import '/home/nicholai/.config/waybar/colors.css';
|
||||||
|
|
||||||
* {
|
* {
|
||||||
border: none;
|
border: none;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user