a.no-underline class

This commit is contained in:
Pau
2022-12-27 01:31:14 +01:00
parent 64e060d51a
commit 4719c8a4d5
6 changed files with 14 additions and 6 deletions

View File

@ -254,7 +254,6 @@ hr {
}
.title {
font-family: $serif_font;
font-style: italic;
font-weight: 200;
}
@ -275,6 +274,10 @@ a {
text-decoration: underline;
}
a.no-underline {
text-decoration: none;
}
h1 {
font-family: $mono_font;
font-size: 21px;