diff options
| -rw-r--r-- | public/assets/ok.css | 34 |
1 files changed, 24 insertions, 10 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css index 6e324c7..a93457d 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -13,6 +13,14 @@ -webkit-appearance: none; } + ::selection { + color:#fff; + } + + ::-moz-selection { + color:#fff; + } + a, a:visited { color: blue; @@ -37,13 +45,13 @@ padding: 30px 5px 5px 5px; transition: 150ms transform cubic-bezier(0, 0, 0, 1); z-index: 0; - opacity:0; + opacity: 0; } .navopen .menu { transform: translateX(0vw); z-index: 2; - opacity:1; + opacity: 1; } .navopen .item { @@ -202,6 +210,13 @@ width: 100%; } + .five li:before { + content: "*"; + font-family: 'Roboto Mono'; + font-weight: 700; + padding-right: 5px; + } + .headings, nav { font-family: 'Roboto Mono', monospace; @@ -246,11 +261,6 @@ -webkit-column-count: 2; } - .press .texts span:last-child a { - width: 100%; - display: inline-block; - } - ul li { list-style-type: none; } @@ -263,31 +273,35 @@ display: none; } - @media (min-width: 1200px) { + @media (min-width: 1300px) { .texts { font-size: 13px; + line-height: 16px; } nav { font-size: 9px; } } - + /* @media (min-width: 1400px) { .texts { font-size: 14px; + line-height: 16px; } - .headings, + } @media (min-width: 1600px) { .texts { font-size: 15px; + line-height: 17px; } .headings, nav { font-size: 10px; } } + */ @media (max-width:480px) { nav { |
