mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-05-28 03:32:25 +02:00
feat: add support for pull requests (#156)
This commit is contained in:
+23
-3
@@ -563,7 +563,27 @@ loc .lang {
|
||||
}
|
||||
|
||||
.highlighted-line {
|
||||
position:absolute;
|
||||
background:rgba(100,200,100,0.5);
|
||||
z-index:20
|
||||
position: absolute;
|
||||
background: rgba(100, 200, 100, 0.5);
|
||||
z-index: 20
|
||||
}
|
||||
|
||||
pre,
|
||||
code {
|
||||
font-family: "Fira Code", "Courier New", Courier, monospace;
|
||||
line-height: 1.1;
|
||||
}
|
||||
|
||||
.diff-lines,
|
||||
.diff-file,
|
||||
.diff-index {
|
||||
background: rgba(172, 172, 172, 0.5);
|
||||
}
|
||||
|
||||
.diff-add {
|
||||
background: rgba(100, 200, 100, 0.5);
|
||||
}
|
||||
|
||||
.diff-remove {
|
||||
background: rgba(200, 100, 100, 0.5);
|
||||
}
|
||||
Reference in New Issue
Block a user