vrifox/gitea-theme
Archived
1
0
Fork 0
This repository has been archived on 2022-09-28. You can view files and clone it, but cannot push or open issues or pull requests.
gitea-theme/source/partials/_footer.scss

28 lines
539 B
SCSS
Raw Normal View History

2020-09-27 21:09:15 +02:00
footer {
background: rgb(30, 30, 45);
border-top: 1px solid rgb(40, 40, 60);
color: rgb(200, 200, 230);
.ui.container {
display: flex;
align-items: center;
min-height: 64px;
width: 1127px !important;
.links {
margin-left: auto;
a {
color: rgb(200, 200, 230);
&:hover {
text-decoration: underline;
}
}
> * {
border-left-color: rgb(200, 200, 230);
}
a[href~="/api/swagger"],
.version {
display:none;
}
}
}
}