mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Update styling of console log
This commit is contained in:
parent
a8ec4bb844
commit
16cf86ba6b
1 changed files with 3 additions and 2 deletions
|
@ -36,8 +36,9 @@ ul.tabs {
|
|||
}
|
||||
|
||||
ul.tabs li {
|
||||
font-weight: bold;
|
||||
color: #535353;
|
||||
background: none;
|
||||
color: #222;
|
||||
display: inline-block;
|
||||
padding: 10px 15px;
|
||||
cursor: pointer;
|
||||
|
@ -45,12 +46,12 @@ ul.tabs li {
|
|||
|
||||
ul.tabs li.current {
|
||||
background-color: #ededed;
|
||||
color: #222;
|
||||
}
|
||||
|
||||
.tab-pane {
|
||||
display: none;
|
||||
background-color: #ededed;
|
||||
color: #141616;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
|
|
Loading…
Reference in a new issue