summaryrefslogtreecommitdiff
path: root/Project-Unite/Content/bootstrap-theme.css
diff options
context:
space:
mode:
authorVictor Tran <[email protected]>2017-04-05 23:51:44 +1000
committerVictor Tran <[email protected]>2017-04-05 23:51:44 +1000
commitd4d2c40513b936575849b4276759be22e36ed8fa (patch)
treebf65bab52498ba092113e5e22e7e6b1c61fdb290 /Project-Unite/Content/bootstrap-theme.css
parent6fc4a686e0132ca00f042cb59f6616f2377ef56d (diff)
downloadproject-unite-d4d2c40513b936575849b4276759be22e36ed8fa.tar.gz
project-unite-d4d2c40513b936575849b4276759be22e36ed8fa.tar.bz2
project-unite-d4d2c40513b936575849b4276759be22e36ed8fa.zip
General style enhancements
Diffstat (limited to 'Project-Unite/Content/bootstrap-theme.css')
-rw-r--r--Project-Unite/Content/bootstrap-theme.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/Project-Unite/Content/bootstrap-theme.css b/Project-Unite/Content/bootstrap-theme.css
index 5ea94af..89189e5 100644
--- a/Project-Unite/Content/bootstrap-theme.css
+++ b/Project-Unite/Content/bootstrap-theme.css
@@ -692,8 +692,8 @@ samp {
code {
padding: 2px 4px;
font-size: 90%;
- color: #c7254e;
- background-color: #f9f2f4;
+ color: white;
+ background-color: rgba(255, 255, 255, 0.1);
white-space: nowrap;
border-radius: 4px;
}
@@ -1399,7 +1399,7 @@ pre code {
}
table {
max-width: 100%;
- background-color: #181818;
+ background-color: rgb(50, 50, 50);
}
th {
text-align: left;
@@ -3505,7 +3505,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
color: #ffffff;
- background-color: #2a9fd6;
+ background-color: rgb(50, 50, 50);
border: 1px solid #282828;
border-bottom-color: transparent;
cursor: default;