From ac6772f292a83217e10e38ba853c76b5666133e0 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Sun, 27 Aug 2023 02:40:08 -0600 Subject: Commit inicial --- css/theme.css | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 css/theme.css (limited to 'css/theme.css') diff --git a/css/theme.css b/css/theme.css new file mode 100644 index 0000000..c4e327b --- /dev/null +++ b/css/theme.css @@ -0,0 +1,51 @@ +body { + padding-top: 60px; + padding-bottom: 60px; +} + +.copyright { + color: #ffffff; +} + +.footer { + text-align: center; +} + +.footer a { + color: #ee4444; +} + +.sidebar h1 { + color: #ee4444; + font-size: 1.3em; +} + +.sidebar a { + color: #428bca; +} + +.sidebar li { + margin-top: .7em; + line-height: 1em; +} + +.sidebar a:hover { + color: #3071a9; +} + +.container-left { + margin: 0; +} + +.well h1 { + color: #ee4444; + font-size: 1.3em; +} + +.author { + color: #ee4444; +} + +.author a { + color: #ee4444; +} -- cgit v1.2.3