Skip to content

Commit

Permalink
Fix readme and CSS code style
Browse files Browse the repository at this point in the history
  • Loading branch information
samgozman committed Jun 15, 2021
1 parent ad34de3 commit e14cc4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Tight Shorts - open-source stocks short volume charts. The service presents FINR

**Tight Shorts** can be a great addition to your trading strategy!

**[tightshorts.ru](https://tightshorts.ru/)**
Link: **[tightshorts.ru](https://tightshorts.ru/)**

![Tight shorts main page](doc/01.png)

Expand Down
6 changes: 3 additions & 3 deletions web/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ a.navbar-item.is-active:not(:focus):not(:hover) {
border-radius: 10px;
padding: 15px 0;
background: #f7f8fb;
border: 1px solid rgba(0, 0, 0, .15);
box-shadow: 0 0 16px 2px rgba(0, 0, 0, .05), 0 10px 10px 2px rgba(0, 0, 0, .05);
border: 1px solid rgba(0, 0, 0, 0.15);
box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.05), 0 10px 10px 2px rgba(0, 0, 0, 0.05);
font-size: 12px;
line-height: 40px;
border-top: 1px solid #e4e4e4;
Expand Down Expand Up @@ -147,7 +147,7 @@ a.navbar-item.is-active:not(:focus):not(:hover) {
line-height: 1.5;
font-size: 0.7rem;
padding-right: 16px;
border-right: 1px solid rgba(0, 0, 0, .1);
border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.cookie-message button.delete {
Expand Down

0 comments on commit e14cc4b

Please sign in to comment.