Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit bbc3750

Browse files
committed
Make <pre> background color more graish
1 parent 7a0f514 commit bbc3750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/scss/global.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pre {
3838
width: 100%;
3939
padding: 20px;
4040
border: 1px solid rgb(204, 89, 6);
41-
background-color: #000;
41+
background-color: #252525;
4242
color: rgba(255, 255, 255, 0.7);
4343
border-radius: 15px 0 15px 0;
4444
}

0 commit comments

Comments
 (0)