Skip to content

Commit da65e79

Browse files
committed
Theme Peruwelz - Section files and accessible colors
1 parent 6c56e79 commit da65e79

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

peruwelz/src/scss/main.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,17 @@ footer #container-section-noussuivre {
108108
font-size: 34px !important;
109109
}
110110
}
111+
112+
.sectionfiles a {
113+
color: #fff;
114+
text-decoration: none;
115+
background-image: linear-gradient(#fff, #fff);
116+
background-size: 0% 2px;
117+
background-position: 0 100%;
118+
background-repeat: no-repeat;
119+
transition: background-size 0.3s ease;
120+
}
121+
122+
.sectionfiles a:hover {
123+
background-size: 100% 2px;
124+
}

0 commit comments

Comments
 (0)