vrifox/gitea-theme
Archived
1
0
Fork 0
This commit is contained in:
Vrifox 2020-11-08 20:09:41 +01:00
parent a686590ef0
commit 695a247e05
4 changed files with 35 additions and 0 deletions

View file

@ -3,4 +3,5 @@
.admin {
@include secondary-menu_new-menu;
@include settings;
}

View file

@ -265,3 +265,35 @@
}
}
}
@mixin settings {
.container {
.header {
background: $bg60;
border: 0;
color: $white;
}
.attached.segment {
background: $bg30;
border: 0;
form.form {
.field {
label {
color: $white;
}
input {
background: $bg40;
border: 2px solid $bg60;
color: $white;
font-family: $font-family;
&:focus {
background: $bg50;
border: 2px solid $bg60;
color: $white;
}
}
}
}
}
}
}

View file

@ -1308,6 +1308,7 @@
.secondary.menu.new-menu {
margin-top: -21px !important;
}
@include settings;
}
/* repository: commits */

View file

@ -340,4 +340,5 @@
.user.settings {
@include secondary-menu_new-menu;
@include settings;
}