We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e7e618 + 8ee3990 commit 5c703faCopy full SHA for 5c703fa
README.md
@@ -45,7 +45,7 @@ gem install jekyll bundler
45
git clone https://github.com/theodorosploumis/drupaltools.git
46
cd drupaltools
47
bundle install
48
-bundle exec jekyll serve --server 8080
+bundle exec jekyll serve
49
```
50
51
## MCP Server
_sass/_layout.scss
@@ -195,14 +195,14 @@
195
display: inline-block;
196
text-decoration: none;
197
padding: 4px 8px;
198
- background: $site-blue;
+ background: #ff7a00;
199
color: #fff !important;
200
border-radius: 3px;
201
202
&:hover,
203
&:focus {
204
- background: #fff;
205
- color: $site-blue !important;
+ background: #cc6200;
+ color: #fff !important;
206
207
}
208
0 commit comments