mirror of
https://github.com/seigler/presentation-blockchains
synced 2025-07-27 09:36:10 +00:00
added images, hid coins in applications section
This commit is contained in:
parent
976db392ef
commit
4f380b5579
15 changed files with 68 additions and 51 deletions
|
@ -15,12 +15,23 @@
|
|||
}
|
||||
|
||||
.highlighted {
|
||||
background-color: #f7931a;
|
||||
position: relative;
|
||||
color: black;
|
||||
display: block;
|
||||
padding: 0.125em 0.25em;
|
||||
margin: 0.25em auto;
|
||||
}
|
||||
.highlighted:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background-color: #FF0;
|
||||
z-index: -1;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
table.yesnomaybe {
|
||||
border: 0px solid transparent;
|
||||
|
@ -57,6 +68,7 @@ table.yesnomaybe .maybe {
|
|||
}
|
||||
|
||||
.coins {
|
||||
display: none;
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue