mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 11:54:30 -07:00
Generic customisation
This commit is contained in:
@@ -140,7 +140,6 @@ a {
|
||||
color: #00d1b2;
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
transition: none 86ms ease-out;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
@@ -150,7 +149,7 @@ a:hover {
|
||||
code {
|
||||
background-color: whitesmoke;
|
||||
color: #ff3860;
|
||||
font-size: 0.8em;
|
||||
font-size: 0.875em;
|
||||
font-weight: normal;
|
||||
padding: 0.25em 0.5em 0.25em;
|
||||
}
|
||||
@@ -190,7 +189,7 @@ strong {
|
||||
pre {
|
||||
background-color: whitesmoke;
|
||||
color: #4a4a4a;
|
||||
font-size: 0.8em;
|
||||
font-size: 0.875em;
|
||||
white-space: pre;
|
||||
word-wrap: normal;
|
||||
}
|
||||
@@ -205,10 +204,6 @@ pre code {
|
||||
padding: 1.25rem 1.5rem;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table td,
|
||||
table th {
|
||||
text-align: left;
|
||||
|
||||
Reference in New Issue
Block a user