Skip to content

Commit

Permalink
styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Robaina committed Oct 11, 2022
1 parent 685b07f commit e9c0b7f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions ejercicio.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"language_info": {
"name": "python"
},
"orig_nbformat": 4
},
"nbformat": 4,
"nbformat_minor": 2
}
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:root{
--canvasSideLength: 34vw;
--plotWidth: 55vw;
--backgroundColor: rgb(8, 8, 8);
--backgroundColor: rgb(40, 40, 40);
--fontColor: rgb(251, 251, 251);
--fancyColor: rgb(238, 157, 0);
}
Expand Down

0 comments on commit e9c0b7f

Please sign in to comment.