aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2016-04-06 19:45:24 +0900
committerKazuki Yamaguchi <k@rhe.jp>2016-04-06 19:45:24 +0900
commit7a90b67b34750820d368ffa73e0ad9471f1ae4a1 (patch)
treed78dcbfff5fdadb942e1aa79b60f113b6de86652
parent01d8b12d12cbea2d0b462f5879763f16860781ea (diff)
downloadpoe-7a90b67b34750820d368ffa73e0ad9471f1ae4a1.tar.gz
frontend: 灰色を明るく
-rw-r--r--frontend/poe.scss7
1 files changed, 4 insertions, 3 deletions
diff --git a/frontend/poe.scss b/frontend/poe.scss
index aa4200f..42dc83c 100644
--- a/frontend/poe.scss
+++ b/frontend/poe.scss
@@ -12,8 +12,7 @@ pre {
margin: 0;
font-size: 13px;
line-height: 1.4;
- /* border: 1px solid #cccccc; */
- background-color: #f5f5f5;
+ background-color: #f8f8f8;
overflow-x: auto;
code {
@@ -40,6 +39,8 @@ pre {
}
.navbar-text {
+ color: #777777;
+ font-size: 13px;
}
}
@@ -158,7 +159,7 @@ pre {
&.active {
border-bottom: 0;
- background-color: #f5f5f5;
+ background-color: #f8f8f8;
}
}
}