Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit 976a648

Browse files
committed
Merge pull request #27 from BaranekD/css
Changed cesnet.css file
1 parent 838841d commit 976a648

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
5+
#### Fixed
6+
- Changed cesnet.css: color of h[1-6] is no longer overwritten by other css files
57

68
## [v2.2.0]
79
#### Fixed

www/res/css/cesnet.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
2020
padding: 0;
2121
line-height: 1.2;
2222
clear: left;
23-
color: #005b99;
23+
color: #005b99 !important;
2424
}
2525

2626

0 commit comments

Comments
 (0)