Skip to content

Commit 6b485dd

Browse files
committed
add styles for links in flash messages
1 parent 6bfbc2b commit 6b485dd

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

style.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,15 @@ section#options > * {
117117
border-bottom: 1px solid rgba(0, 0, 0, 0.5);
118118
}
119119

120+
#flash a {
121+
font-weight: 700;
122+
text-decoration: none;
123+
124+
}
125+
#flash a:hover {
126+
text-decoration: underline;
127+
}
128+
120129
#flash.success {
121130
background-color: #d4edda; /* copied from bootstrap */
122131
color: #155724;
@@ -127,6 +136,10 @@ section#options > * {
127136
background-color: #a7d6f5;
128137
}
129138

139+
#flash.info a {
140+
color: #002752;
141+
}
142+
130143
#flash.warning {
131144
background-color: #faf0ce;
132145
color: #856404;
@@ -138,6 +151,10 @@ section#options > * {
138151

139152
}
140153

154+
.alert-link {
155+
font-weight: 700;
156+
}
157+
141158
.verticalFlex {
142159
display: flex;
143160
flex-direction: column;

0 commit comments

Comments
 (0)