Skip to content

Commit db6ee53

Browse files
Increase quote site
1 parent faec895 commit db6ee53

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ Always eager to learn new techniques, share knowledge with the community, and he
351351
<div class="quote-text" style="
352352
font-style: italic;
353353
color: var(--color-primary);
354-
font-size: 1.3rem;
354+
font-size: 1.6rem;
355355
line-height: 1.6;
356356
max-width: 800px;
357357
margin: 0 auto;

style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ html {
801801
body {
802802
margin: 0;
803803
padding: 0;
804-
background: var(--color-bg-primary);
804+
background: transparent;
805805
color: var(--color-text-primary);
806806
cursor: none;
807807
overflow-x: hidden;
@@ -849,7 +849,7 @@ a:hover {
849849
background-image:
850850
linear-gradient(rgba(0, 212, 255, 0.03) 1px, transparent 1px),
851851
linear-gradient(90deg, rgba(0, 212, 255, 0.03) 1px, transparent 1px);
852-
background-size: 50px 50px;
852+
background-size: 20px 20px;
853853
animation: grid-move 20s linear infinite;
854854
z-index: -2;
855855
}
@@ -1143,7 +1143,7 @@ a:hover {
11431143
.quote-text {
11441144
font-style: italic;
11451145
color: var(--color-text-secondary);
1146-
font-size: 1.1rem;
1146+
font-size: 1.4rem;
11471147
line-height: 1.6;
11481148
max-width: 800px;
11491149
margin: 0 auto;

0 commit comments

Comments
 (0)