Samuel Shuert | 504b0fd | 2024-02-11 14:39:15 -0500 | [diff] [blame^] | 1 | * { |
| 2 | all: unset; //Unsets everything so you can style everything from scratch |
Samuel Shuert | 3f82866 | 2024-02-10 20:45:50 -0500 | [diff] [blame] | 3 | } |
| 4 | |
Samuel Shuert | 504b0fd | 2024-02-11 14:39:15 -0500 | [diff] [blame^] | 5 | //Global Styles |
| 6 | .bar { |
| 7 | background-color: #3a3a3a; |
| 8 | color: #b0b4bc; |
| 9 | padding: 10px; |
Samuel Shuert | 3f82866 | 2024-02-10 20:45:50 -0500 | [diff] [blame] | 10 | } |
| 11 | |
Samuel Shuert | 504b0fd | 2024-02-11 14:39:15 -0500 | [diff] [blame^] | 12 | // Styles on classes (see eww.yuck for more information) |
Samuel Shuert | 3f82866 | 2024-02-10 20:45:50 -0500 | [diff] [blame] | 13 | |
Samuel Shuert | 504b0fd | 2024-02-11 14:39:15 -0500 | [diff] [blame^] | 14 | .sidestuff slider { |
Samuel Shuert | 3f82866 | 2024-02-10 20:45:50 -0500 | [diff] [blame] | 15 | all: unset; |
Samuel Shuert | 504b0fd | 2024-02-11 14:39:15 -0500 | [diff] [blame^] | 16 | color: #ffd5cd; |
Samuel Shuert | 3f82866 | 2024-02-10 20:45:50 -0500 | [diff] [blame] | 17 | } |
| 18 | |
Samuel Shuert | 504b0fd | 2024-02-11 14:39:15 -0500 | [diff] [blame^] | 19 | .metric scale trough highlight { |
| 20 | all: unset; |
| 21 | background-color: #D35D6E; |
| 22 | color: #000000; |
Samuel Shuert | 3f82866 | 2024-02-10 20:45:50 -0500 | [diff] [blame] | 23 | border-radius: 10px; |
| 24 | } |
Samuel Shuert | 504b0fd | 2024-02-11 14:39:15 -0500 | [diff] [blame^] | 25 | .metric scale trough { |
| 26 | all: unset; |
| 27 | background-color: #4e4e4e; |
| 28 | border-radius: 50px; |
| 29 | min-height: 3px; |
| 30 | min-width: 50px; |
| 31 | margin-left: 10px; |
| 32 | margin-right: 20px; |
| 33 | } |
| 34 | .metric scale trough highlight { |
| 35 | all: unset; |
| 36 | background-color: #D35D6E; |
| 37 | color: #000000; |
Samuel Shuert | 3f82866 | 2024-02-10 20:45:50 -0500 | [diff] [blame] | 38 | border-radius: 10px; |
| 39 | } |
Samuel Shuert | 504b0fd | 2024-02-11 14:39:15 -0500 | [diff] [blame^] | 40 | .metric scale trough { |
| 41 | all: unset; |
| 42 | background-color: #4e4e4e; |
| 43 | border-radius: 50px; |
| 44 | min-height: 3px; |
| 45 | min-width: 50px; |
| 46 | margin-left: 10px; |
| 47 | margin-right: 20px; |
Samuel Shuert | 3f82866 | 2024-02-10 20:45:50 -0500 | [diff] [blame] | 48 | } |
Samuel Shuert | 504b0fd | 2024-02-11 14:39:15 -0500 | [diff] [blame^] | 49 | .label-ram { |
| 50 | font-size: large; |
Samuel Shuert | 3f82866 | 2024-02-10 20:45:50 -0500 | [diff] [blame] | 51 | } |
Samuel Shuert | 504b0fd | 2024-02-11 14:39:15 -0500 | [diff] [blame^] | 52 | .workspaces button:hover { |
| 53 | color: #D35D6E; |
Samuel Shuert | 3f82866 | 2024-02-10 20:45:50 -0500 | [diff] [blame] | 54 | } |