+25
-10
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user