mirror of
https://github.com/vishapoberon/website.git
synced 2026-04-05 20:42:25 +00:00
initial
This commit is contained in:
commit
b3f00e14ab
11 changed files with 1160 additions and 0 deletions
42
assets/css/style.css
Normal file
42
assets/css/style.css
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
.post-link {
|
||||
font-size: 1.6rem;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.meta {
|
||||
color: var(--text-light);
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.blog-item {
|
||||
margin-bottom: 4rem;
|
||||
}
|
||||
|
||||
nav a.current {
|
||||
color: var(--accent) !important;
|
||||
border-color: var(--accent) !important;
|
||||
}
|
||||
|
||||
.medium {
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
|
||||
.small {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.icon {
|
||||
vertical-align: sub;
|
||||
padding-right: .25rem;
|
||||
display: inline-block;
|
||||
width: 1em;
|
||||
height: 1.3em;
|
||||
margin-right: 0.2rem;
|
||||
stroke-width: 0;
|
||||
stroke: currentColor;
|
||||
fill: currentColor;
|
||||
}
|
||||
|
||||
.under {
|
||||
text-decoration: underline;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue