projects
/
libreplanet-static.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0ce175
)
updated 2015/assets/css/custom.css: changed the color of <small> inside headings.
author
rsiddharth
<rsd@gnu.org>
Tue, 6 Jan 2015 01:41:08 +0000
(20:41 -0500)
committer
rsiddharth
<rsd@gnu.org>
Tue, 6 Jan 2015 01:41:08 +0000
(20:41 -0500)
2015/assets/css/custom.css
patch
|
blob
|
blame
|
history
diff --git
a/2015/assets/css/custom.css
b/2015/assets/css/custom.css
index 967cc289a1938ca5f09a3e5b79c45489e3057117..de4033f0e58232d0402445e268742315a5ba6217 100644
(file)
--- a/
2015/assets/css/custom.css
+++ b/
2015/assets/css/custom.css
@@
-10,9
+10,8
@@
h2, h3 {
color: rgb(88, 208, 121);
}
-h2 small, h2 .small,
-h3 small, h3 .small {
- color: rgba(88, 208, 121, 0.6);
+h2 small, h2 .small, h3 small, h3 .small {
+ color: rgb(60, 142, 83);
}