all repos — website @ 569fbdc746367e2726c544a685ac96316d9c23c6

personal website hosted at prithu.xyz, built using hugo

style: some more style changes
Prithu Goswami pg@prithu.dev
Mon, 19 Feb 2024 00:26:37 +0530
commit

569fbdc746367e2726c544a685ac96316d9c23c6

parent

1baf70df9cb360ca9e45ad43cc5ad0cfead0d3fd

3 files changed, 5 insertions(+), 4 deletions(-)

jump to
M static/css/blog.cssstatic/css/blog.css

@@ -177,7 +177,7 @@ .post-text h2{

font-family: 'Exo 2'; font-size:1.4rem; font-weight: 500; - margin-top: 2rem; + margin: 2rem 0; } .post-text h3{

@@ -212,6 +212,7 @@ border-radius: 6px;

font-size: 0.9rem; overflow-x: scroll; } + .post-text strong { font-weight: 600; }
M static/css/main.cssstatic/css/main.css

@@ -16,7 +16,7 @@ color: var(--text-primary);

} ::selection { - background-color: #008aff; + background-color: #5ba6e6; color: var(--bg); }
M static/css/syntax.cssstatic/css/syntax.css

@@ -1,5 +1,5 @@

/* Background */ .bg { color: #e6edf3; background-color: #0d1117; } -/* PreWrapper */ .post-text .chroma { color: #e6edf3; background-color: #0d1117; } +/* PreWrapper */ .post-text .chroma { color: #e6edf3; background-color: #0f0f0f; } /* Other */ .chroma .x { } /* Error */ .chroma .err { color: #f85149 } /* CodeLine */ .chroma .cl { }

@@ -40,7 +40,7 @@ /* NameVariableInstance */ .chroma .vi { }

/* NameVariableMagic */ .chroma .vm { } /* Literal */ .chroma .l { color: #a5d6ff } /* LiteralDate */ .chroma .ld { color: #79c0ff } -/* LiteralString */ .chroma .s { color: #ffcec9 } +/* LiteralString */ .chroma .s { color: #b5d5f0 } /* LiteralStringAffix */ .chroma .sa { color: #79c0ff } /* LiteralStringBacktick */ .chroma .sb { color: #a5d6ff } /* LiteralStringChar */ .chroma .sc { color: #a5d6ff }