mirror of
https://github.com/seigler/presentation-blockchains
synced 2025-07-26 17:16:11 +00:00
feat: added consistent text-shadows
This commit is contained in:
parent
6f42b97627
commit
0c0364c979
2 changed files with 27 additions and 19 deletions
|
@ -1,3 +1,7 @@
|
|||
section {
|
||||
text-shadow: 0.15rem 0.15rem 0.3rem black;
|
||||
}
|
||||
|
||||
.title-page h1 {
|
||||
font-size: 2em;
|
||||
padding: 0.25em;
|
||||
|
@ -20,6 +24,7 @@
|
|||
display: block;
|
||||
padding: 0.125em 0.25em;
|
||||
margin: 0.25em auto;
|
||||
text-shadow: none;
|
||||
}
|
||||
.highlighted:before {
|
||||
content: '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue