Просмотр исходного кода

Merge pull request #1575 from weseek/fix/history-diff-color

add color gray
Yuki Takei 6 лет назад
Родитель
Сommit
5f8f9bfd49
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      src/client/styles/scss/_page.scss

+ 4 - 0
src/client/styles/scss/_page.scss

@@ -8,6 +8,7 @@
    * header
    */
   header {
+
     // the container of h1
     div.title-container {
       padding-right: 5px;
@@ -38,6 +39,7 @@
 
     // change button opacity
     &:hover {
+
       .btn.btn-copy,
       .btn-copy-link,
       .btn.btn-edit,
@@ -114,6 +116,7 @@
 .main-container .main .content-main .revision-history {
   .revision-history-list {
     .revision-history-outer {
+
       // add border-top except of first element
       &:not(:first-of-type) {
         border-top: 1px solid $border;
@@ -150,6 +153,7 @@
 
       .revision-history-diff {
         padding-left: 40px;
+        color: #333;
       }
     }