Skip to content
This repository has been archived by the owner on Jun 3, 2022. It is now read-only.

Update README.md #78

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Technical Portfolio
# Technical Portfolio which would let you increase chance of highlighting

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can give it as description under Quotes or by using Blockquotes >.
Emphasis could also be used. For example: **This text will be bold**

In markdown, # Heading level 1 is enough to give indication of it as main heading.


This repository hosts a technical portfolio built using [TechFolio](http://techfolios.github.io).

Expand Down
8 changes: 4 additions & 4 deletions css/stylesheet-default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ body {

// Default menubar color
.ui.menu {
background: lighten(silver, 10%);
background: lighten(blue, 50%);
}

// Default home page icon color
.icon-color {
color: darken(silver, 40%);
color: darken(red, 80%);
}


// Prefer space between list items in screen mode.
.list-padding {
ul li { padding: 5px 0px; }
ol li { padding: 5px 0px; }
ul li { padding: 10px 1px; }
ol li { padding: 20px 1px; }
}

// This class is used in the prebuilt bio themes.
Expand Down