projects
/
themes.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
tweaks for making devtools look nicer
[themes.git]
/
LCARStrek
/
global
/
aboutMemory.css
1
@import url("chrome://global/content/aboutMemory.css");
2
3
/* correct horrible colors for black background */
4
5
.mrValue {
6
color: #E7ADE7;
7
}
8
9
.mrPerc {
10
color: #008484;
11
}
12
13
.mrName {
14
color: #9C9CFF;
15
}
16
17
.mrStar {
18
color: #E7ADE7;
19
}
20
21
h2.tree {
22
background-color: #9C9CFF;
23
color: #000000;
24
border-radius: 3px;
25
padding: 1px;
26
}
27
28
h2.tree:hover {
29
background-color: #FFCF00;
30
}