summaryrefslogtreecommitdiff
path: root/.config/eww/wall.scss
blob: 6e5e93fe40f62d2ca0110d813dae0482666c5746 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
.wall {
	margin: 80px 32px;
	color: $bg;
	font-size: 2rem;
	font-family: Poppins;
}

.time {
	font-size: 7rem;
	font-weight: 800;
}

.date {
	font-weight: 300;
	font-size: 2.25rem;
	margin-bottom: 4px;
}

.uptime {
	font-weight: 300;
	font-size: 1.75rem;
}

.sysmon {
	font-size: 1.75rem;
	font-weight: bold;
	margin-top: 48px;
	margin-bottom: 12px;
}

.sysmon-item {
	font-weight: 400;
}