forked from mirrors/Gitea-Modern
1.0.15
- Remove uppercasing on fork names (#28) - Fixed icon missplacement in comments (#27) - More fixes
This commit is contained in:
parent
9a0dd1a2d2
commit
d648d0a3fa
4 changed files with 5455 additions and 0 deletions
1
theme-gitea-modern.css
Normal file
1
theme-gitea-modern.css
Normal file
File diff suppressed because one or more lines are too long
2481
theme-gitea-modern.styl
Normal file
2481
theme-gitea-modern.styl
Normal file
File diff suppressed because it is too large
Load diff
2940
theme-gitea-modern.user.css
Normal file
2940
theme-gitea-modern.user.css
Normal file
File diff suppressed because it is too large
Load diff
33
theme-gitea-modern.user.styl
Normal file
33
theme-gitea-modern.user.styl
Normal file
|
@ -0,0 +1,33 @@
|
|||
// out: theme-gitea-modern.user.css
|
||||
|
||||
/* ==UserStyle==
|
||||
@name Gitea Modern
|
||||
@version 1.0.15
|
||||
@description A modern style for Gitea and Codeberg!
|
||||
@updateURL https://codeberg.org/Freeplay/CSS-Styles/raw/branch/main/Gitea/theme-gitea-modern.user.css
|
||||
@homepageURL https://codeberg.org/Freeplay/CSS-Styles
|
||||
@supportURL https://codeberg.org/Freeplay/CSS-Styles/issues
|
||||
@preprocessor stylus
|
||||
|
||||
-- AUTHOR STUFF --
|
||||
@namespace Freeplay
|
||||
@author Freeplay (https://freeplay.codeberg.page/)
|
||||
|
||||
@var text notice 'Make sure you are using the "Stylus" browser extension, not "Stylish"!' "'https://add0n.com/stylus.html'"
|
||||
|
||||
==/UserStyle== */
|
||||
|
||||
@-moz-document domain("codeberg.org"), domain("gitea.com"), domain("try.gitea.io"), domain("gitdab.com"), domain("git.fsfe.org"), domain("git.passageenseine.fr"), domain("dev.sum7.eu") {
|
||||
|
||||
@import "theme-gitea-modern.styl"
|
||||
|
||||
}
|
||||
|
||||
@-moz-document domain("codeberg.org") {
|
||||
/* Fix Codeberg Logo */
|
||||
.item.brand a {
|
||||
border-radius: 100px;
|
||||
background-color: var(--color-primary) !important;
|
||||
box-shadow: 0 1px 2px var(--color-primary);
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue