summaryrefslogtreecommitdiff
path: root/_sass/_brand.scss
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2015-08-11 22:56:34 -0400
committerBen Burwell <ben@benburwell.com>2015-08-11 22:56:34 -0400
commitb3967c83cbdba7f44c2ecef09d3e80801106ac81 (patch)
tree1dd61b9840a85ab8d3d4610bbba2f2e3aa4a00c6 /_sass/_brand.scss
parent6b0fad5657d802603cb6f64f51b5387bbfbc2059 (diff)
Update to Tiny CSS
Diffstat (limited to '_sass/_brand.scss')
-rw-r--r--_sass/_brand.scss98
1 files changed, 0 insertions, 98 deletions
diff --git a/_sass/_brand.scss b/_sass/_brand.scss
deleted file mode 100644
index 9d9eb63..0000000
--- a/_sass/_brand.scss
+++ /dev/null
@@ -1,98 +0,0 @@
-body {
- color: $gray;
-}
-
-header, footer, main {
- margin-top: 1rem;
- margin-bottom: 1rem;
- @extend .container;
-}
-
-main {
- padding-left: 1rem;
- padding-right: 1rem;
-}
-
-a {
- color: $teal;
- transition: color 0.4s ease, background-color 0.4s ease;
-
- &:hover {
- color: $gray;
- @extend .hilite;
- }
-}
-
-kbd {
- border-style: solid;
- border-color: $light-gray;
- border-width: 1px 1px 2px 1px;
- border-radius: 4px;
- font-size: 0.8rem;
- padding: 0 0.3em;
-}
-
-footer {
- @extend .center;
- font-family: $sans;
- font-size: 0.8rem;
- margin-top: 2rem;
-}
-
-header nav a {
- display: inline-block;
- font-family: $monospace;
- margin-right: 1rem;
-}
-
-time {
- color: $light-gray;
- font-style: italic;
-}
-
-hr {
- width: 20%;
- margin-left: auto;
- margin-right: auto;
- border-color: $light-gray;
-}
-
-aside {
- width: 66%;
- // text-align: center;
- margin-left: auto;
- margin-right: auto;
- color: $light-gray;
-}
-
-ul {
- list-style-type: square;
-}
-
-ol {
- list-style-type: lower-roman;
-}
-
-.social-icons {
- a {
- padding: 0.5em;
- color: $light-gray;
- &:hover {
- color: $gray;
- background-color: transparent;
- }
- }
-}
-
-.about pre {
- color: $light-gray;
- margin-left: 0;
- em {
- color: $gray;
- font-style: normal;
- }
-}
-
-.data-table {
- font-size: 0.8rem;
-}