dotfiles/dot_local/share/user-content.css.tmpl

74 lines
1.6 KiB
Cheetah
Raw Normal View History

2021-01-26 12:24:15 +01:00
@-moz-document url-prefix("about:reader") {
body {
2021-03-23 13:25:25 +01:00
font-family: "JetBrains Mono" !important;
2021-01-26 12:24:15 +01:00
}
}
2021-04-13 12:54:46 +02:00
@-moz-document domain(68.news) {
body {
font-family: "JetBrains Mono" !important;
}
}
@-moz-document {{range .git.forges }}domain({{.}}), {{ end }}domain(github.com) {
2021-03-23 13:25:25 +01:00
body,
div.message-in,
div.message-out,
td.comment-body,
.ql-editor {
font-family: "JetBrains Mono" !important;
}
2021-03-23 13:25:25 +01:00
.pipeline-graph .build .build-content {
border-radius: 0.35rem !important;
}
2021-03-23 13:25:25 +01:00
.gl-label {
border-radius: 0.35rem !important;
}
2021-03-23 13:25:25 +01:00
.c-timestamp__label {
font-size: 0.8em;
}
2021-03-23 13:25:25 +01:00
.fa {
font: "normal normal normal 14px/1 FontAwesome";
}
}
@-moz-document {{range .git.forges }}domain({{.}}),{{ end }}domain(github.com) {
.dropdown-menu li[data-milestone-id="Ops Team Backlog"] {
color: green;
font-weight: bold !important;
}
.dropdown-menu li[data-milestone-id="Ops Team Backlog"]:hover,
.dropdown-menu li[data-milestone-id="Ops Team Backlog"]:hover * {
background-color: green !important;
}
2021-03-23 13:25:25 +01:00
.gl-label-text-light {
border-radius: 0.35rem
}
2021-03-23 13:25:25 +01:00
.pipeline-graph .build {
width: auto;
}
2021-03-23 13:25:25 +01:00
.pipeline-graph .gl-text-truncate {
overflow: visible;
}
2021-03-23 13:25:25 +01:00
.pipeline-graph .build .build-content {
border-radius: 10px;
}
2021-03-23 13:25:25 +01:00
.pipeline-graph li.build[id*="production"] .ci-job-component .menu-item {
box-shadow: 0px 0px 5px #f00606;
}
2021-03-23 13:25:25 +01:00
.pipeline-graph li.build[id*="staging"] .ci-job-component .menu-item {
box-shadow: 0px 0px 5px #f09a06;
}
}