Skip to content
This repository has been archived by the owner on Aug 31, 2020. It is now read-only.

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
narkhedesam committed Jun 18, 2020
1 parent c1cce11 commit 780b7eb
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
/blog/__pycache__
/blog/migrations
/media
/static
db.sqlite3
Binary file modified crazy4python/__pycache__/settings.cpython-38.pyc
Binary file not shown.
35 changes: 34 additions & 1 deletion static/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ crazy{
}
four{
font-family: monospace;
font-size: xx-large;
color: chocolate;
}
.page-link{
Expand All @@ -40,4 +39,38 @@ four{
}
.page-link:hover{
background-color: #007bff;
color:#fff
}
.comments{
border-radius: 10px;
box-shadow: 0 10px 20px #E3E7EB;
}
.comments > p.font-weight-bold > span{
font-size: .8rem;
}
.comment_count{
color: #15c39a ;
font-weight: 700;
}
.posts .card-title{
color: #15c39a ;
text-decoration: none;
font-family: monospace;
}
a:hover{
color: #15c39a ;
text-decoration: none;
}
.navbar-brand{
font-size: 2rem;
}
.posts h1{
font-family: monospace;
color: #15c39a ;
}
.views{
font-size: 1rem;
font-family: cursive;
font-weight: 400;
color: #15c39a;
}

0 comments on commit 780b7eb

Please sign in to comment.