mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-06-27 18:16:16 +00:00
Add Flask Migrate and update run.sh
This commit is contained in:
parent
77c0711a24
commit
36be8993df
8 changed files with 37 additions and 30 deletions
|
@ -15,7 +15,7 @@ nav
|
|||
color: $primary
|
||||
|
||||
z-index: 100
|
||||
transition: color 0.2s ease-in-out
|
||||
transition: color 0.1s ease-in-out
|
||||
|
||||
&::before
|
||||
content: ""
|
||||
|
@ -40,7 +40,7 @@ nav
|
|||
text-decoration: none
|
||||
|
||||
color: inherit
|
||||
transition: color 0.2s ease-in-out, font-weight 0.2s
|
||||
transition: color 0.1s ease-in-out, font-weight 0.1s ease-in-out
|
||||
|
||||
&:hover
|
||||
color: $accent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue