mirror of
https://gitea.com/gitea/theme.git
synced 2026-04-29 07:19:44 +08:00
Rename static/styles/main.css to src/main.scss
This commit is contained in:
32
src/main.scss
Normal file
32
src/main.scss
Normal file
@@ -0,0 +1,32 @@
|
||||
a {
|
||||
color: #5aa208;
|
||||
|
||||
&:hover {
|
||||
color: #438308;
|
||||
}
|
||||
}
|
||||
|
||||
.navbar {
|
||||
padding: 21px 32px;
|
||||
}
|
||||
|
||||
.navbar-brand {
|
||||
padding: 0;
|
||||
|
||||
img {
|
||||
height: 38px;
|
||||
}
|
||||
}
|
||||
|
||||
.footer {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: 80px;
|
||||
background-color: #f5f5f5;
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
padding: 28px 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user