Skip to content

Commit

Permalink
Colors and media query
Browse files Browse the repository at this point in the history
  • Loading branch information
belinde committed Apr 19, 2024
1 parent 8646944 commit 84033c0
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 16 deletions.
2 changes: 1 addition & 1 deletion website/_posts/2024-04-17-inizio-beta-testing.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Vuoi contribuire alla pubblicazione? [Iscriviti al gruppo dei beta-tester](https

**Sei già registrato come tester?** Puoi scaricare l'applicazione [da questa pagina](https://play.google.com/apps/testing/click.belinde.meistru)!

[![Scarica dal Play Store](/images/google-play-badge.png)](https://play.google.com/apps/testing/click.belinde.meistru)
[<img src="/images/google-play-badge.png" width="300" alt="Scarica dal Play Store">](https://play.google.com/apps/testing/click.belinde.meistru)
44 changes: 30 additions & 14 deletions website/_sass/minima/custom-styles.scss
Original file line number Diff line number Diff line change
@@ -1,24 +1,40 @@
body {
background-image: url('/images/icon.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 60px 60px;
background-image: url("/images/icon.png");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 60px 60px;
}

body a {
color: #00aa00 !important;
}

body,
.wrapper {
background-color: #181818;
background-color: #001800 !important;
}

.preview {
width: 300px;
height: auto;
float: left;
margin: 10px 10px 10px 0;
padding: 1px;
box-shadow: #ddd 0 0 5px;
width: 300px;
height: auto;
float: left;
margin: 10px 10px 10px 0;
padding: 1px;
box-shadow: #ddd 0 0 5px;
}

@media only screen and (max-width: 600px) {
.preview {
width: 50%;
}
}
hr {
clear: both;
visibility: hidden;
}
clear: both;
visibility: hidden;
}
header .site-title {
background-image: url("/images/icon.png");
background-repeat: no-repeat;
background-size: 50px 50px;
padding-left: 54px;
}
2 changes: 1 addition & 1 deletion website/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Secondo le regole del Google Play Store, prima di essere pubblicata un'applicazi

**Sei già registrato come tester?** Puoi scaricare l'applicazione [da questa pagina](https://play.google.com/apps/testing/click.belinde.meistru)!

[![Scarica dal Play Store](/images/google-play-badge.png)](https://play.google.com/apps/testing/click.belinde.meistru)
[<img src="/images/google-play-badge.png" width="300" alt="Scarica dal Play Store">](https://play.google.com/apps/testing/click.belinde.meistru)

---
## Le ultime notizie

0 comments on commit 84033c0

Please sign in to comment.