mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-30 20:42:54 +09:00
fix build view ui
This commit is contained in:
14
web_src/less/_repository_build.less
Normal file
14
web_src/less/_repository_build.less
Normal file
@ -0,0 +1,14 @@
|
||||
.page-content.repository {
|
||||
.build-view-header {
|
||||
height: 60px;
|
||||
|
||||
h1 {
|
||||
font-size: 20px;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.index {
|
||||
color: var(--color-text-light-2);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user