File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ : root {
2
+ --gitea-color-scheme-1 : # 2185d0 ;
3
+ --gitea-text-color : # FFF ;
4
+ }
5
+
6
+ # navbar .ui .red .label , # navbar .ui .red .labels .label { box-shadow : 0 0 1px 1px # c82121 ; }
7
+
8
+ * {
9
+ scrollbar-width : initial;
10
+ scrollbar-color : initial;
11
+ }
12
+
13
+ .item .brand .ui .mini .image , footer .branding img {
14
+ .theme-forgejo-light & , .theme-gitea & {
15
+ content : url ('https://design.codeberg.org/logo-kit/icon.svg' );
16
+ }
17
+ .theme-forgejo-auto & , .theme-auto & {
18
+ @media (prefers-color-scheme : light) {
19
+ content : url ('https://design.codeberg.org/logo-kit/icon.svg' );
20
+ }
21
+ }
22
+ }
Original file line number Diff line number Diff line change 40
40
@import "./package.css" ;
41
41
@import "./runner.css" ;
42
42
@import "./helpers.css" ;
43
+
44
+ /* codeberg */
45
+ @import "./codeberg.css" ;
You can’t perform that action at this time.
0 commit comments