Skip to content

Commit b43f955

Browse files
author
b
committed
minor style
1 parent e85a3f1 commit b43f955

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

src/components/TheFooter.vue

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,12 @@
88
.footy {
99
font-family: 'PEPatron-PersonalUse-Regular', 'PEExodarOutline', 'Roboto'; /* sans-serif; */
1010
font-size: 0.8em;
11+
12+
}
13+
.footy a:link {
14+
color: grey;
15+
}
16+
.footy a:hover {
17+
color: #646cff;
1118
}
1219
</style>

src/style.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
src: url('@/assets/fonts/Patron-PersonalUse-Regular.otf') format('opentype');
55
font-weight: normal;
66
font-style: normal;
7-
background-color: #242424;
87
}
98

109
@font-face {

0 commit comments

Comments
 (0)