tangled
alpha
login
or
join now
safwanyp.com
/
website
0
fork
atom
Code for my personal website
0
fork
atom
overview
issues
pulls
pipelines
style: add border to header
Safwan Parker
2 years ago
0e256764
ee6a59e5
+2
-2
1 changed file
expand all
collapse all
unified
split
src
styles
globals.css
+2
-2
src/styles/globals.css
···
25
25
26
26
header {
27
27
@apply fixed top-0 left-0 right-0 z-50 py-5;
28
28
-
@apply bg-stone-100/75 dark:bg-stone-900/25;
29
29
-
@apply backdrop-blur-sm saturate-200;
28
28
+
@apply bg-stone-100 dark:bg-stone-900;
29
29
+
@apply border-b border-stone-900/10 dark:border-stone-100/10;
30
30
}
31
31
32
32
main {