summaryrefslogtreecommitdiff
path: root/.config/eww/wall.scss
blob: 4ab994a3e795230c0d4771e713108007fd5e5067 (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
.wall {
	margin: 96px 32px;
	color: $bg;
	font-size: 2rem;
	font-family: Poppins;
}

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

.date {
	font-weight: 300;
}

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

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