Almost-final-draft of primitives post

This commit is contained in:
2018-09-01 14:54:43 -04:00
parent 2711ed3489
commit bb9a7cd4ad
2 changed files with 80 additions and 78 deletions

View File

@ -93,7 +93,7 @@ a {
position: relative;
display: inline-block;
padding: 5px 1px;
padding: 1px 1px;
transition: color ease 0.3s;
/* Hover animation effect for all buttons */
@ -166,10 +166,7 @@ hr {
pre { overflow: auto; }
code, pre {
}
small {
color: gray;
color: gray;
}