This website works better with JavaScript.
Home
Help
Sign In
ben
/
copyvios
mirror of
https://github.com/earwig/copyvios
Watch
1
Star
1
Fork
0
Code
Releases
0
Activity
Browse Source
Improve color of yellow box.
pull/24/head
Ben Kurtovic
10 years ago
parent
e6e7ab2f17
commit
7ffc3a0de2
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
static/style.css
+ 2
- 2
static/style.css
View File
@@ -127,8 +127,8 @@ div.green-box {
}
div.yellow-box {
background-color: #FF
E
;
border: 1px solid #
FF7
;
background-color: #FF
D
;
border: 1px solid #
EE5
;
}
div.red-box {
Write
Preview
Loading…
Cancel
Save