Skip to content

Commit ba10e7a

Browse files
author
Schorsch3000
committed
make news header links green
1 parent e21fb88 commit ba10e7a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

themes/hugo-theme-flat/static/css/style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,14 @@ body {
133133
background-color: var(--color-bg-page);
134134
}
135135

136+
.list-item h1.title>a{
137+
color: var(--color-fg-hyperlink);
138+
}
139+
.list-item h1.title>a:hover {
140+
color: var(--color-fg-hyperlink-hover);
141+
}
142+
143+
136144
/* set up padding and margin of some main elements */
137145
.main-wrapper {
138146
margin-top: var(--len-5);

0 commit comments

Comments
 (0)