diff --git a/assets/css/app.scss b/assets/css/app.scss index d507ad9..b10d387 100644 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -331,12 +331,22 @@ pre[class*="language-"] { margin: auto; text-align: center; z-index: 1000; + + p, ul { + background: rgba(255, 255, 255, 0.7); + padding: 7px 15px; + border-radius: 20px; + text-shadow: none; + color: #333; + display: inline-block; + margin: auto; + } } .header-shadow { width: 100%; height: 10px; - background: rgb(0,0,0); + background: rgb(0, 0, 0); background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(255,255,255,0) 100%); } @@ -409,11 +419,14 @@ pre[class*="language-"] { } a { - color: $color-header-text !important; + // color: $color-header-text !important; + color: #222; + font-weight: bold; &:focus { - color: $color-blue !important; - background: $color-white; + // color: $color-blue !important; + // background: $color-white; + text-decoration: underline; } }