diff options
author | Hakim El Hattab | 2015-03-02 12:27:15 +0100 |
---|---|---|
committer | Hakim El Hattab | 2015-03-02 12:27:15 +0100 |
commit | ecc8c7858457450452b5f3bc59b80b3f131d36bc (patch) | |
tree | 51a918e0580d9cfdbcb0fa57ce929a87a83ad61e /css/theme/blood.css | |
parent | 364a3f9845a41f72c399ca1b602a4f96281965af (diff) |
tweaks to blood theme
Diffstat (limited to 'css/theme/blood.css')
-rw-r--r-- | css/theme/blood.css | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/css/theme/blood.css b/css/theme/blood.css index bf4de94..952fdf2 100644 --- a/css/theme/blood.css +++ b/css/theme/blood.css @@ -15,13 +15,7 @@ *********************************************/ body { background: #222; - background: -moz-radial-gradient(center, circle cover, #626262 0%, #222 100%); - background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #626262), color-stop(100%, #222)); - background: -webkit-radial-gradient(center, circle cover, #626262 0%, #222 100%); - background: -o-radial-gradient(center, circle cover, #626262 0%, #222 100%); - background: -ms-radial-gradient(center, circle cover, #626262 0%, #222 100%); - background: radial-gradient(center, circle cover, #626262 0%, #222 100%); - background-color: #2b2b2b; } + background-color: #222; } .reveal { font-family: Ubuntu, 'sans-serif'; @@ -282,12 +276,6 @@ body { .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 { font-weight: 700; } -.reveal a, .reveal a:hover { - text-shadow: 2px 2px 2px #000; } - -.reveal small a, .reveal small a:hover { - text-shadow: 1px 1px 1px #000; } - .reveal p code { background-color: #23241f; display: inline-block; |