diff options
| -rw-r--r-- | style.css | 13 |
1 files changed, 11 insertions, 2 deletions
| @@ -165,8 +165,17 @@ div#cgit table.list a[href="/?s=owner"] { display: none; } | |||
| 165 | * code blobs | 165 | * code blobs |
| 166 | */ | 166 | */ |
| 167 | 167 | ||
| 168 | /* code background */ | 168 | /* blob */ |
| 169 | div#cgit .lines .highlight { background-color: inherit !important; } | 169 | div#cgit table.blob { |
| 170 | width: 100%; | ||
| 171 | font-size: 14px; | ||
| 172 | background-color: rgba(100,100,100,0.3); | ||
| 173 | } | ||
| 174 | |||
| 175 | /* blob text */ | ||
| 176 | div#cgit table.blob .lines .highlight { | ||
| 177 | background-color: inherit ; | ||
| 178 | } | ||
| 170 | 179 | ||
| 171 | div#cgit table.list td.commitgraph { | 180 | div#cgit table.list td.commitgraph { |
| 172 | font-family: monospace; | 181 | font-family: monospace; |
