Skip to content

Commit 5c3791f

Browse files
committed
Agrego material de unidad 2
1 parent 809133d commit 5c3791f

14 files changed

Lines changed: 5429 additions & 1 deletion

_quarto.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ website:
4343
contents:
4444
- auto: teoria/01_programacion_en_python/*.qmd
4545
- sort-ui: false
46+
- text: U2 - Programación Orientada a Objetos
47+
contents:
48+
- auto: teoria/02_oop/*.qmd
49+
- sort-ui: false
4650
- title: Práctica
4751
contents:
4852
- text: U1 - Programación en Python

styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ div.sidebar-item-container {
318318
border-left-width: 5px;
319319
}
320320

321-
.code-help > div:first-child {
321+
.code-help > .code-copy-outer-scaffold > .sourceCode {
322322
background-color: rgba(242, 247, 255, 1);
323323
border-radius: 4.25px;
324324
border: 1px solid #3498db;

0 commit comments

Comments
 (0)