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">
|
||||
export const prerender = true
|
||||
export const prerender = true;
|
||||
</script>
|
||||
|
||||
<script lang="ts">
|
||||
|
|
@ -167,12 +167,13 @@
|
|||
border-radius: var(--link-border-radius);
|
||||
border: 1px solid var(--brand-orange);
|
||||
color: var(--brand-orange);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.thesis:hover {
|
||||
background: var(--brand-orange);
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.links a {
|
||||
|
|
|
|||
Loading…
Reference in a new issue