We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b9a63e + b1892c6 commit 49f4042Copy full SHA for 49f4042
1 file changed
app/assets/stylesheets/_bento.scss
@@ -24,9 +24,26 @@
24
margin-bottom: 15%;
25
}
26
27
-.wrap-notices .title {
28
- font-size: 1.2rem;
29
- line-height: 1.4;
+.wrap-notices {
+ background-color: #007899;
+
30
+ .title {
31
+ color: #e5f9ff;
32
+ font-size: 1.7rem;
33
+ font-weight: 600;
34
+ line-height: 1.4;
35
36
+ a {
37
+ text-underline-offset: 0.5rem;
38
+ text-decoration-color: #00c8ff;
39
+ color: #fff;
40
41
+ &:hover,
42
+ &:focus {
43
+ text-decoration-color: #99E9FF;
44
+ }
45
46
47
48
49
.wrap-outer-header-local {
0 commit comments