Skip to content
This repository was archived by the owner on May 5, 2024. It is now read-only.

[See commits] #4

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ There are 2 ways of installing this theme. One is server sided, the other client

Gogs has an official way of loading custom css. You can find the doc [here](https://gogs.io/docs/features/custome_template).

* Create a file named custom.css under public/css directory.
* Create a file named custom.css under custom/public/css directory.
* Paste the content of [gogsBase16.css](gogsBase16.css).
* Edit file ```custom/templates/inject/head.tmpl``` and add a line ```<link rel="stylesheet" href="/css/custom.css">```
* Restart Gogs
Expand Down
6 changes: 3 additions & 3 deletions gogsBase16.css
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,8 @@ hr {
background: #282a2e !important;
}

.linenums>li {
background-color: #282a2e;
ol.linenums {
background-color: #282a2e !important;
}

.lines-num>span {
Expand Down Expand Up @@ -678,5 +678,5 @@ label[for=org_name] {
}

.hljs-meta {
color: #373b41 !important;
color: #557097 !important;
}