_sass/scss/_header.scss in doccoli-jekyll-1.1.1 vs _sass/scss/_header.scss in doccoli-jekyll-1.1.2

- old
+ new

@@ -152,24 +152,24 @@ ul#results-container { position: absolute; top: 45px; left: 0; + background: aliceblue; li { width: inherit; display: flex; margin-bottom: 1px; - background: white; + background: aliceblue; a { color: #444; - background: #e9e9e9; padding: 7px 10px; width: inherit; &:hover { color: #1177FF; border-color: #1177FF; - background-color: rgba(0, 100, 255, 0.1); + background-color: aliceblue; } } } } @@ -189,5 +189,10 @@ width: 500px; } } } +a.gray { + color: #777 !important; + font-style: italic; + pointer-events: none; +} \ No newline at end of file