Skip to content

Commit db9e34a

Browse files
committed
Theme Ramillies - Subsite color
1 parent 1b2ab50 commit db9e34a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

ramillies/src/scss/main.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,21 @@ footer {
7272
padding: 5px 15px;
7373
border: #fd3c88 solid 1px;
7474
border-radius: 25px;
75+
76+
&:hover {
77+
background: #ffebf2;
78+
border: #fff 1px solid;
79+
text-decoration: none;
80+
}
7581
}
7682
}
7783

84+
#subsite-navigation > ul > li > a:focus::before,
85+
#subsite-navigation > ul > li > a:hover::before {
86+
background-color: #fd3c88;
87+
bottom: -5px;
88+
}
89+
7890
.subsite-container {
7991
background-color: #ffebf2;
8092
border-radius: 0 20px 0 0;

0 commit comments

Comments
 (0)