mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 03:26:16 +00:00
Change font back to Rubik and update version
This commit is contained in:
parent
823d0877d0
commit
1f9f50d014
10 changed files with 30 additions and 14 deletions
|
@ -5,13 +5,19 @@
|
|||
color: RGB($fg-white)
|
||||
|
||||
.link
|
||||
color: inherit
|
||||
padding: 0.1rem 0.3rem
|
||||
|
||||
text-decoration: none
|
||||
|
||||
background-color: RGB($fg-white)
|
||||
color: RGB($fg-black)
|
||||
border-radius: $rad-inner
|
||||
|
||||
cursor: pointer
|
||||
text-decoration: underline
|
||||
|
||||
&:hover
|
||||
text-decoration: none
|
||||
background-color: RGB($fg-black)
|
||||
color: RGB($fg-white)
|
||||
|
||||
&::after
|
||||
content: ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue