File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ section#tips {
9
9
}
10
10
11
11
.tips-snippet {
12
- color : $darkgrey ;
13
12
min-height : 200px ;
14
13
display : flex ;
15
14
flex-direction : column ;
@@ -20,16 +19,23 @@ section#tips {
20
19
margin-top : 20px ;
21
20
margin-bottom : 20px ;
22
21
23
- border : 1px solid rgba (255 , 255 , 255 , 0.25 );
22
+ border : 1px solid rgba ($lightblue , 0.25 );
24
23
border-radius : 20px ;
25
- background-color : rgba (255 , 255 , 255 , 0.45 );
26
- box-shadow : 0 0 10px 1px rgba (0 , 0 , 0 , 0.25 );
24
+ background-color : rgba ($darkerblue , 0.66 );
25
+ box-shadow : 0 0 10px 1px rgba ($lightblue , 0.25 );
27
26
28
27
backdrop-filter : blur (15px );
29
28
30
29
a {
31
- color : $darkerblue ;
30
+ color : $nyanza ;
32
31
text-decoration : underline ;
32
+ & :hover {
33
+ color : $lightblue ;
34
+ }
35
+ }
36
+
37
+ h2 {
38
+ margin : 0 ;
33
39
}
34
40
}
35
41
}
You can’t perform that action at this time.
0 commit comments