Skip to content

Commit f65f146

Browse files
committed
feat: update code blocks padding
1 parent 8167da4 commit f65f146

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

public/css/blog.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ h1.article-title {
149149
.article-content code {
150150
background: #23272f;
151151
color: #ffecb3;
152-
padding: 2px 6px;
152+
padding: 1px 6px;
153153
border-radius: 4px;
154154
font-size: 0.95em;
155155
font-family: 'JetBrains Mono', monospace;

public/css/index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,12 @@ header {
113113
header>.header-background {
114114
position: absolute;
115115
inset: 0;
116-
z-index: 1 !important;
116+
z-index: 1;
117117
background: linear-gradient(120deg, rgba(38, 24, 119, 0.75) 0%, rgba(34, 100, 175, 0.90) 100%), url('../images/header-cover.PNG') center/cover no-repeat;
118118
}
119119

120120
header>.header-content {
121-
z-index: 2 !important;
121+
z-index: 2;
122122
max-width: 800px !important;
123123
display: flex;
124124
flex-direction: column;

0 commit comments

Comments
 (0)