Skip to content

Commit 074fa98

Browse files
fix: Link color to simulate Polarion style
1 parent 7d1098d commit 074fa98

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

app/src/main/resources/css/common.css

+9
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@ a, td, div, li, ul, input, button, option {
3737
font-family: "Segoe UI", "Selawik", "Open Sans", Arial, sans-serif;
3838
}
3939

40+
a {
41+
color: #197FA2;
42+
text-decoration: none;
43+
}
44+
45+
a:hover {
46+
color: #E3700F;
47+
}
48+
4049
body, input, select {
4150
font-size: 13px;
4251
}

app/src/main/resources/css/github-markdown-light.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
.markdown-body a {
5555
background-color: transparent;
56-
color: #0969da;
56+
color: #197FA2;
5757
text-decoration: none;
5858
}
5959

@@ -226,7 +226,7 @@
226226
.markdown-body [role=button]:focus,
227227
.markdown-body input[type=radio]:focus,
228228
.markdown-body input[type=checkbox]:focus {
229-
outline: 2px solid #0969da;
229+
outline: 2px solid #197FA2;
230230
outline-offset: -2px;
231231
box-shadow: none;
232232
}
@@ -242,7 +242,7 @@
242242
.markdown-body [role=button]:focus-visible,
243243
.markdown-body input[type=radio]:focus-visible,
244244
.markdown-body input[type=checkbox]:focus-visible {
245-
outline: 2px solid #0969da;
245+
outline: 2px solid #197FA2;
246246
outline-offset: -2px;
247247
box-shadow: none;
248248
}

0 commit comments

Comments
 (0)