summaryrefslogtreecommitdiff
path: root/kvmd/web/css/about.css
blob: 06525e7b328fed9fb24229a97f8e243cf95c5214 (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
div#about {
	-webkit-user-select: text;
	-moz-user-select: text;
	user-select: text;
}

div#about
td#about-version-kvmd,
td#about-version-python,
td#about-version-platform {
	font-weight: bold;
}

div#about p {
	font-family: monospace;
	padding: 0 10px 0 10px;
}
div#about p a {
	text-decoration: underline dotted;
	color: var(--fg-color-normal);
}
div#about p a:hover {
	text-decoration: underline;
}