File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments