Skip to content

Commit

Permalink
Update font sizes and margins in eww.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias committed Apr 6, 2024
1 parent ce6b7d2 commit b3d666e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions home/dot_config/eww/dashboard/eww.scss
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,14 @@ scale trough highlight {
color: $color11;
font-size: 40px;
font-weight: bold;
margin: 20px 0px 0px -32px;
margin: 20px 0px 0px -35px;
}

.time_day {
color: $color12;
font-size: 30px;
font-size: 25px;
font-weight: normal;
margin: 0px 0px 20px -32px;
margin: 0px 0px 20px -35px;
}

/** Uptime ********************************************/
Expand All @@ -133,13 +133,13 @@ scale trough highlight {

.uphour {
color: $color2;
font-size: 42px;
font-size: 25px;
font-weight: bold;
}

.upmin {
color: $color2;
font-size: 32px;
font-size: 25px;
font-weight: bold;
}

Expand Down
10 changes: 5 additions & 5 deletions home/dot_config/eww/powermenu/eww.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
color: $color11;
font-size: 40px;
font-weight: bold;
margin: 20px 0px 0px -32px;
margin: 20px 0px 0px -35px;
}

.time_day {
color: $color12;
font-size: 30px;
font-size: 25px;
font-weight: normal;
margin: 0px 0px 20px -32px;
margin: 0px 0px 20px -35px;
}

/** Uptime ********************************************/
Expand All @@ -60,13 +60,13 @@

.uphour {
color: $color2;
font-size: 42px;
font-size: 25px;
font-weight: bold;
}

.upmin {
color: $color2;
font-size: 32px;
font-size: 25px;
font-weight: bold;
}

Expand Down

0 comments on commit b3d666e

Please sign in to comment.