1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-01 17:38:33 +00:00

basic PR feature

This commit is contained in:
Unknwon 2015-09-02 09:26:56 -04:00
parent 6ea28f2a47
commit 953bb06857
15 changed files with 387 additions and 94 deletions

View file

@ -114,6 +114,10 @@ pre {
&.green {
color: #6cc644!important;
}
&.purple {
color: #6e5494!important;
}
&.left {
text-align: left!important;
}