dynaimc vision post
Build / build (push) Successful in 5m51s

This commit is contained in:
2026-07-29 11:43:05 -04:00
parent 758d9b234f
commit f840b25347
7 changed files with 173 additions and 69 deletions
+25 -10
View File
@@ -1,5 +1,5 @@
@font-face {
font-family: 'Ethnocentric';
/* font-family: 'Ethnocentric'; */
src: url('/static/ethnocentric.otf') format('opentype');
font-weight: normal;
font-style: normal;
@@ -12,6 +12,15 @@
text-align: center;
}
.post a {
text-decoration: underline;
color:orangered;
}
.post * {
text-align: left;
}
#navbar {
display: flex;
background: #000;
@@ -73,6 +82,21 @@ a {
text-decoration: none;
}
math * {
font-family: serif;
}
.multiline-equation {
text-align: center;
margin-left: 50%;
margin-right: 50%;
}
svg {
margin: auto;
}
.hover-underline {
position: relative;
display: inline-block;
@@ -114,15 +138,6 @@ a {
margin-top: 3.5rem;
}
.post a {
text-decoration: underline;
color:orangered;
}
.post * {
text-align: left;
}
pre {
overflow-x: auto;
background-color: #000;