mirror of
https://github.com/DerTyp7/tealcode-django-python.git
synced 2025-10-30 12:57:07 +01:00
bootstrap
This commit is contained in:
20
TealCode/main/static/css/style.css
Normal file
20
TealCode/main/static/css/style.css
Normal file
@@ -0,0 +1,20 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
|
||||
*{
|
||||
font-family: 'Roboto', sans-serif;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.nav-link{
|
||||
font-weight: bold;
|
||||
font-size: 13pt;
|
||||
transition: 0.1s;
|
||||
transition-timing-function: linear;
|
||||
letter-spacing: 2px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.nav-link:hover{
|
||||
color:rgb(21, 200, 132) !important;
|
||||
}
|
||||
Reference in New Issue
Block a user