소스 검색

docs: update readme

Timothy Lin 4 년 전
부모
커밋
7a6e7cd994
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -105,7 +105,7 @@ Here's a sample stylesheet:
 .highlight-line {
   margin-left: -16px;
   margin-right: -16px;
-  background-color: rgba(55, 65, 81, 0.5);
+  background-color: rgba(55, 65, 81, 0.5); \\ Highlight color
   border-left-width: 4px;
   border-left-color: rgb(59, 130, 246);
 }
@@ -113,7 +113,7 @@ Here's a sample stylesheet:
 .line-number::before {
   padding-right: 16px;
   margin-left: -8px;
-  color: rgb(156, 163, 175);
+  color: rgb(156, 163, 175);  \\ Line number color
   content: attr(line);
 }
 ```