Skip to content

Commit

Permalink
Update academic.css
Browse files Browse the repository at this point in the history
  • Loading branch information
indexss authored Apr 13, 2023
1 parent 33e40bf commit d7e51da
Showing 1 changed file with 42 additions and 42 deletions.
84 changes: 42 additions & 42 deletions themes/academic.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,95 +5,95 @@
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap');

:root {
--color-background: #fff;
--color-foreground: #333;
--color-highlight: #163c8a0;
--color-background: #fff;
--color-foreground: #333;
--color-highlight: #003772;
}

section {
background-image: none;
font-family: 'Noto Sans JP', sans-serif;
padding-top: 90px;
padding-left: 40px;
padding-right: 40px;
background-image: none;
font-family: 'Noto Sans JP', sans-serif;
padding-top: 90px;
padding-left: 40px;
padding-right: 40px;
}

/* https://github.com/marp-team/marpit/issues/271 */
section::after {
font-weight: 700;
content: attr(data-marpit-pagination) '/' attr(data-marpit-pagination-total);
font-weight: 700;
content: attr(data-marpit-pagination) '/' attr(data-marpit-pagination-total);
}

ul ul {
font-size: 0.9em;
font-size: 0.9em;
}

section.lead h1 {
color: #800000;
text-align: left;
color: #003772;
text-align: left;
}
section.lead h1 strong {
-webkit-text-stroke: 1px #800000;
-webkit-text-stroke: 1px #003772;
}
section.lead h2 {
color: #800000;
text-align: left;
color: #003772;
text-align: left;
}
section.lead h2 strong {
-webkit-text-stroke: 1px #800000;
-webkit-text-stroke: 1px #003772;
}
section.lead h3 {
color: #800000;
text-align: left;
color: #003772;
text-align: left;
}
section.lead h3 strong {
-webkit-text-stroke: 1px #800000;
-webkit-text-stroke: 1px #003772;
}
section.lead h4 {
color: #800000;
text-align: left;
color: #003772;
text-align: left;
}
section.lead h4 strong {
-webkit-text-stroke: 1px #800000;
-webkit-text-stroke: 1px #003772;
}
section.lead h5 {
color: #800000;
text-align: left;
color: #003772;
text-align: left;
}
section.lead h5 strong {
-webkit-text-stroke: 1px #800000;
-webkit-text-stroke: 1px #003772;
}
section.lead p {
text-align: right;
text-align: right;
}

header {
background-color: #800000;
color: #fff;
font-size: 1em;
font-weight: 700;
z-index: 999;
background-color: #003772;
color: #fff;
font-size: 1em;
font-weight: 700;
z-index: 999;
}

blockquote {
max-width: 90%;
border-top: 0.1em dashed #555;
font-size: 60%;
position: absolute;
bottom: 20px;
max-width: 90%;
border-top: 0.1em dashed #555;
font-size: 60%;
position: absolute;
bottom: 20px;
}
blockquote::before {
content: "";
content: "";
}
blockquote::after {
content: "";
content: "";
}

img[alt~="center"] {
display: block;
margin: 0 auto;
display: block;
margin: 0 auto;
}

code {
font-family: 'Source Code Pro', monospace;
font-family: 'Source Code Pro', monospace;
}

0 comments on commit d7e51da

Please sign in to comment.