Skip to content

Commit 5c703fa

Browse files
Merge pull request #44 from drupaltools/page_fixes
2 parents 2e7e618 + 8ee3990 commit 5c703fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ gem install jekyll bundler
4545
git clone https://github.com/theodorosploumis/drupaltools.git
4646
cd drupaltools
4747
bundle install
48-
bundle exec jekyll serve --server 8080
48+
bundle exec jekyll serve
4949
```
5050

5151
## MCP Server

_sass/_layout.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,14 +195,14 @@
195195
display: inline-block;
196196
text-decoration: none;
197197
padding: 4px 8px;
198-
background: $site-blue;
198+
background: #ff7a00;
199199
color: #fff !important;
200200
border-radius: 3px;
201201

202202
&:hover,
203203
&:focus {
204-
background: #fff;
205-
color: $site-blue !important;
204+
background: #cc6200;
205+
color: #fff !important;
206206
text-decoration: none;
207207
}
208208
}

0 commit comments

Comments
 (0)