15 lines
257 B
CSS
15 lines
257 B
CSS
/*
|
|
Dynamic Style Configuration *
|
|
This is handled by HyDE
|
|
|
|
To generate a dynamic configuration
|
|
base on theme and user settings
|
|
|
|
*/
|
|
|
|
* {
|
|
border-radius: 0em;
|
|
font-family: "JetBrainsMono Nerd Font","JetBrainsMono Nerd Font";
|
|
font-size: 10px;
|
|
}
|