- commit
- eacfd4734fba86bfe298c32bd8196a551f5d2bda
- parent
- 210ba0fc89026c945438dc24169a828d78cea417
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2022-12-30 09:38
add styling for headings
Diffstat
| M | gtk-3.0/shared.css | 4 | ++++ |
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk-3.0/shared.css b/gtk-3.0/shared.css
@@ -41,6 +41,10 @@ entry:disabled {
41 41 background: shade(@base_color, 0.94);
42 42 }
43 43
-1 44 .heading {
-1 45 font-weight: bold;
-1 46 }
-1 47
44 48 link {
45 49 color: @focus_color;
46 50 text-decoration: underline;