Don't underline thesis on home page
This commit is contained in:
parent
985a470157
commit
2b22883eba
1 changed files with 3 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
<script context="module">
|
<script context="module">
|
||||||
export const prerender = true
|
export const prerender = true;
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
|
|
@ -167,12 +167,13 @@
|
||||||
border-radius: var(--link-border-radius);
|
border-radius: var(--link-border-radius);
|
||||||
border: 1px solid var(--brand-orange);
|
border: 1px solid var(--brand-orange);
|
||||||
color: var(--brand-orange);
|
color: var(--brand-orange);
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.thesis:hover {
|
.thesis:hover {
|
||||||
background: var(--brand-orange);
|
background: var(--brand-orange);
|
||||||
color: white;
|
color: white;
|
||||||
text-decoration: none;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.links a {
|
.links a {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue