make the theme a little bit more purple and darker =D
This commit is contained in:
parent
dc0ea916d3
commit
89274d6aa1
1 changed files with 4 additions and 3 deletions
|
@ -9,10 +9,11 @@
|
||||||
</head>
|
</head>
|
||||||
<style>
|
<style>
|
||||||
p{
|
p{
|
||||||
color: blueviolet;
|
color: purple;
|
||||||
}
|
}
|
||||||
a{
|
a{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
color: rgb(104, 4, 104)
|
||||||
}
|
}
|
||||||
h4{
|
h4{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -26,7 +27,7 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: purple;
|
color: purple;
|
||||||
}
|
}
|
||||||
body {background-color: white;
|
body {background-color: rgb(214, 197, 224);
|
||||||
text-align: center}
|
text-align: center}
|
||||||
</style>
|
</style>
|
||||||
<body>
|
<body>
|
||||||
|
@ -41,7 +42,7 @@
|
||||||
<h4>languages that i will maybe learn someday<br></h4>
|
<h4>languages that i will maybe learn someday<br></h4>
|
||||||
<p>Python, Rust <i class="fa fa-code" aria-hidden="true"></i></i><br></p>
|
<p>Python, Rust <i class="fa fa-code" aria-hidden="true"></i></i><br></p>
|
||||||
|
|
||||||
<a href="https://website.kreciorek.xyz/funny.html">Redirect!</a>
|
<a href="https://website.kreciorek.xyz/funny.html">Redirect! NOT WORKING YET!</a>
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue