diff --git a/styles/readtheorg/css/readtheorg.css b/styles/readtheorg/css/readtheorg.css index 288f4ae..a638c48 100644 --- a/styles/readtheorg/css/readtheorg.css +++ b/styles/readtheorg/css/readtheorg.css @@ -437,11 +437,18 @@ table tr:nth-child(2n) td{ } #toggle-sidebar h2 { + background-color:#2980B9; + width:100%; + height:50px; + left:0; + top:0; color: white; font-size: 100%; line-height: 50px; + position:fixed; margin: 0; padding: 0; + opacity:0.7; } #table-of-contents .close-sidebar {