Updated script

This commit is contained in:
Christoffer Martinsson 2025-05-05 20:00:13 +02:00
parent 404ed5eeaf
commit 33166bab40

View File

@ -49,7 +49,7 @@
background: #000000; background: #000000;
color: #eeeeee; color: #eeeeee;
font-family: FiraCodeNerdFontMono; font-family: FiraCodeNerdFontMono;
font-size: 12pt; font-size: 11pt;
} }
/* Each module */ /* Each module */
@ -164,8 +164,8 @@
#workspaces button { #workspaces button {
margin-top: 4px; margin-top: 4px;
margin-bottom: 4px; margin-bottom: 4px;
padding-left: 0px; padding-left: 1px;
padding-right: 0px; padding-right: 2px;
color: #eeeeee; color: #eeeeee;
} }